home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Laboratorio Interattivo Deagostini
/
laboratorio interattivo deagostini.bin
/
Start.ini
< prev
next >
Wrap
INI File
|
2002-12-23
|
4KB
|
102 lines
; --------------------------------------------------------------------
; Template DIRECTOR.INI file for Director 8 for Macintosh
; --------------------------------------------------------------------
; All of the settings shown here are commented-out in the original version
; of the file. To change a setting, you must remove the comment
; character (";") at the beginning of the setting's line.
; The values shown for each setting in the original file are Director's
; internal defaults. The default value for a setting is used when it
; isn't explictly set in the .INI file or when no .INI file exists.
; Since these defaults are already stored internally in the Director
; application and projectors, it is *not* necessary to distribute this
; file with your movie unless you change one or more of the settings.
; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
; rather than "DIRECTOR.INI" and place the file in the same directory as
; your projector executable.
; For use with shockwave, you must name your .INI file "shockwave.ini", and
; place the file in the shockwave folder ( for instance,
; MacintoshHD:System Folder:Extensions:Macromedia:Shockwave 8 ).
[Palette]
;Animation=1
; While performing an animation of the palette in 8-bit colour mode,
; director reserves all colours in the system. It's obvious when this
; happens, as the desktop and other applications will repaint in black
; and white. If your movie does not often change the palette, this
; may not be a problem, but if it changes the palette frequently,
; this desktop flashing can ruin your animation.
; 1: Reserve colours before first palette effect, but do not release them
; until the animation is done.
; 0: Default behaviour. Reserve colours only during a palette effect.
;
;SystemFriendly=1
; This property only functions in a projector
; 1: When in 8-bit colour a fixed palette of the web 216 colours plus ten
; additional greys will be used by the projector. Colours from the movie
; will be re-mapped to the nearest available colour.
; 0: Default behaviour. When in 8-bit colour, changes in the palette channel
; are propagated to the system palette. That is, the screen colours will
; change.
[Settings]
;MessageWindow=1
; This property only functions in Projectors and Shockwave.
; 1: Open a message window while the movie is playing. Macintosh Shockwave
; does not open a message window, however it does write output meant for
; the message window into "1msgdump.txt" in the Shockwave 8 system player
; folder. ([Hard drive]:System Folder:Extensions:Macromedia:Shockwave 8)
; 0: No message window.
;
; MessageWindowRect=0 20 400 300
; The left (0), top (20), right (400) and bottom (300) coordinates of
; the message window. If omitted, a default rectangle will be used.
;
;EscapeOk=1
; This property is only used by projectors.
; Overrides the projector's escape lock setting.
;
;FullScreen=0
; This property is only used by projectors.
; Overrides the projector's "full screen" setting, from
; Create Projector's Option's Dialog.
;
;UseTitleBar=1
; This property is only used by projectors.
; Overrides the projector's "show title bar" setting, from
; Create Projector's Option's Dialog.
;
;BackgroundAnimation=1
; This property is only used by projectors.
; Overrides the projector's "animate in background" setting, from
; Create Projector's Option's Dialog.
;
;SwitchColorDepth=1
; This property is only used by projectors.
; Overrides the projector's "reset monitor to match movie's color depth"
; setting, from the Macintosh Create Projector's Option's Dialog.
;
;CenterStage=1
; This property is only used by projectors.
; Overrides the projector's "center" setting, from
; Create Projector's Option's Dialog.
;
;ResizeStage=1
; This property is only used by projectors.
; Overrides the projector's "stage size" setting, from
; Create Projector's Option's Dialog.
;
[Lingo]
DisplayFullLingoErrorText=1
; This property is used by shockwave and projectors.
; 1: Lingo errors generate a more descriptive text in the error alert.
; 0: Lingo errors generate a "script error. continue ?" yes/no alert.
;